PDF4Java Reference Documentation
com.o2sol.pdf4java.flowdocument Package / PDFFlowDocument Class / addContent Method
New content to be added to the document.
In This Topic
    addContent Method
    In This Topic
    Adds new content to the document.
    The content is laid out automatically in the available space and subsequent changes on the content have no effect.
    Syntax
    public void addContent( 
       PDFFlowContent flowContent
    )

    Parameters

    flowContent
    New content to be added to the document.
    See Also